Export to an Access 2003 database sends all of the data captured on a form into Access database tables. |
Main |
Main screen for this action | ||||||||||
*Description |
A descriptive text to identify this action |
||||||||||
*Access database location and filename |
By default the Access database updated by this action will be created under the filename entered here, in a sub-folder of the root output directory. If preferred, a pathname can also be specified so that it is saved elsewhere and this could be a UNC path, allowing you to update an Access database on the network. The folder does not have to exist already as magic5 will create the directory if necessary. Whilst Report processing variables should work here, they are inappropriate. Please note that the Access filename must end in .mdb or it will not be recognised by the operating system. Examples include:
|
||||||||||
Use text of list entries rather than list entry id (useful if you have many different list items) |
By default magic5 will output its own internal id for a given list, together with an Access database table containing the “text” corresponding to this internal id. This option simply exports the text within the data, which means that every occurence of a list entry is exported in full rather than as a number which points to a single occurence of the full text. In general it is best to NOT to take this option so as to avoid duplicating data. |
||||||||||
|
|||||||||||
Post-action processing (advanced) |
After an action has finished running a file can be executed on the server. This could be, for instance, a .exe or a .bat file. Typically this would be used to insert data into another system. |
||||||||||
File name to run | Enter the full path and filename here. Ensure that it is correctly spelt and that the file extension (such as .exe or .bat) is also correct. | ||||||||||
Command line to run | If the file specified above requires additional information on its command line, please enter it here. Contact your magic5 expert for further help. | ||||||||||
Folder to run from | Enter the full path and folder name that the executable programme needs to be launched from. | ||||||||||
URL | Instead of running an executable file locally, an http request can be sent to the URL specified here. It can contain standard variables. | ||||||||||
HTTP verb | Choose the http verb to be sent with the request to the URL specified above. If you do not know what this is, ask your magic5 expert. | ||||||||||
HTTP request body | This will be very different in different circumstances and probably needs to defined at the implementation stage. It can contain standard variables and may contain the data entered on the form. |